home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / fzlbic.xof < prev    next >
Text File  |  1996-05-27  |  9KB  |  401 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  66;
  136.  0.077744;-0.773698;-0.066974;,
  137.  0.155178;-0.773698;-0.052491;,
  138.  0.168151;-0.773698;0.068593;,
  139.  0.095645;-0.773698;0.087059;,
  140.  0.077744;-0.773698;-0.066974;,
  141.  0.168151;-0.773698;0.068593;,
  142.  0.041138;-0.348405;0.115577;,
  143.  0.011756;-0.435680;-0.111110;,
  144.  0.077744;-0.773698;-0.066974;,
  145.  0.095645;-0.773698;0.087059;,
  146.  0.041138;-0.348405;0.115577;,
  147.  0.077744;-0.773698;-0.066974;,
  148.  0.011756;-0.435680;-0.111110;,
  149.  0.147914;-0.435680;-0.087518;,
  150.  0.155178;-0.773698;-0.052491;,
  151.  0.077744;-0.773698;-0.066974;,
  152.  0.011756;-0.435680;-0.111110;,
  153.  0.155178;-0.773698;-0.052491;,
  154.  0.147914;-0.435680;-0.087518;,
  155.  0.149759;-0.348405;0.085498;,
  156.  0.168151;-0.773698;0.068593;,
  157.  0.155178;-0.773698;-0.052491;,
  158.  0.147914;-0.435680;-0.087518;,
  159.  0.168151;-0.773698;0.068593;,
  160.  0.149759;-0.348405;0.085498;,
  161.  0.041138;-0.348405;0.115577;,
  162.  0.095645;-0.773698;0.087059;,
  163.  0.168151;-0.773698;0.068593;,
  164.  0.149759;-0.348405;0.085498;,
  165.  0.095645;-0.773698;0.087059;,
  166.  0.003780;0.033904;0.095068;,
  167.  -0.006248;-0.014689;-0.119076;,
  168.  0.011756;-0.435680;-0.111110;,
  169.  0.041138;-0.348405;0.115577;,
  170.  0.003780;0.033904;0.095068;,
  171.  0.011756;-0.435680;-0.111110;,
  172.  -0.006248;-0.014689;-0.119076;,
  173.  0.099805;-0.047460;-0.090183;,
  174.  0.147914;-0.435680;-0.087518;,
  175.  0.011756;-0.435680;-0.111110;,
  176.  -0.006248;-0.014689;-0.119076;,
  177.  0.147914;-0.435680;-0.087518;,
  178.  0.099805;-0.047460;-0.090183;,
  179.  0.101212;-0.010101;0.079297;,
  180.  0.149759;-0.348405;0.085498;,
  181.  0.147914;-0.435680;-0.087518;,
  182.  0.099805;-0.047460;-0.090183;,
  183.  0.149759;-0.348405;0.085498;,
  184.  0.101212;-0.010101;0.079297;,
  185.  0.003780;0.033904;0.095068;,
  186.  0.041138;-0.348405;0.115577;,
  187.  0.149759;-0.348405;0.085498;,
  188.  0.101212;-0.010101;0.079297;,
  189.  0.041138;-0.348405;0.115577;,
  190.  -0.006248;-0.014689;-0.119076;,
  191.  0.003780;0.033904;0.095068;,
  192.  0.028437;0.040417;-0.041669;,
  193.  0.099805;-0.047460;-0.090183;,
  194.  -0.006248;-0.014689;-0.119076;,
  195.  0.028437;0.040417;-0.041669;,
  196.  0.101212;-0.010101;0.079297;,
  197.  0.099805;-0.047460;-0.090183;,
  198.  0.028437;0.040417;-0.041669;,
  199.  0.003780;0.033904;0.095068;,
  200.  0.101212;-0.010101;0.079297;,
  201.  0.028437;0.040417;-0.041669;;
  202.  
  203.  22;
  204.  3;0,1,2;,
  205.  3;3,4,5;,
  206.  3;6,7,8;,
  207.  3;9,10,11;,
  208.  3;12,13,14;,
  209.  3;15,16,17;,
  210.  3;18,19,20;,
  211.  3;21,22,23;,
  212.  3;24,25,26;,
  213.  3;27,28,29;,
  214.  3;30,31,32;,
  215.  3;33,34,35;,
  216.  3;36,37,38;,
  217.  3;39,40,41;,
  218.  3;42,43,44;,
  219.  3;45,46,47;,
  220.  3;48,49,50;,
  221.  3;51,52,53;,
  222.  3;54,55,56;,
  223.  3;57,58,59;,
  224.  3;60,61,62;,
  225.  3;63,64,65;;
  226.  
  227.  MeshMaterialList {
  228.   1;
  229.   1;
  230.   0;;
  231.   Material {
  232.    0.760784;0.458824;0.317647;1.000000;;
  233.    0.000000;
  234.    0.000000;0.000000;0.000000;;
  235.    0.000000;0.000000;0.000000;;
  236.   }
  237.  }
  238.  MeshNormals {
  239.   66;
  240.   0.000000;0.000000;0.000000;,
  241.   0.000000;0.000000;0.000000;,
  242.   0.000000;0.000000;0.000000;,
  243.   0.000000;0.000000;0.000000;,
  244.   0.000000;0.000000;0.000000;,
  245.   0.000000;0.000000;0.000000;,
  246.   0.000000;0.000000;0.000000;,
  247.   0.000000;0.000000;0.000000;,
  248.   0.000000;0.000000;0.000000;,
  249.   0.000000;0.000000;0.000000;,
  250.   0.000000;0.000000;0.000000;,
  251.   0.000000;0.000000;0.000000;,
  252.   0.000000;0.000000;0.000000;,
  253.   0.000000;0.000000;0.000000;,
  254.   0.000000;0.000000;0.000000;,
  255.   0.000000;0.000000;0.000000;,
  256.   0.000000;0.000000;0.000000;,
  257.   0.000000;0.000000;0.000000;,
  258.   0.000000;0.000000;0.000000;,
  259.   0.000000;0.000000;0.000000;,
  260.   0.000000;0.000000;0.000000;,
  261.   0.000000;0.000000;0.000000;,
  262.   0.000000;0.000000;0.000000;,
  263.   0.000000;0.000000;0.000000;,
  264.   0.000000;0.000000;0.000000;,
  265.   0.000000;0.000000;0.000000;,
  266.   0.000000;0.000000;0.000000;,
  267.   0.000000;0.000000;0.000000;,
  268.   0.000000;0.000000;0.000000;,
  269.   0.000000;0.000000;0.000000;,
  270.   0.000000;0.000000;0.000000;,
  271.   0.000000;0.000000;0.000000;,
  272.   0.000000;0.000000;0.000000;,
  273.   0.000000;0.000000;0.000000;,
  274.   0.000000;0.000000;0.000000;,
  275.   0.000000;0.000000;0.000000;,
  276.   0.000000;0.000000;0.000000;,
  277.   0.000000;0.000000;0.000000;,
  278.   0.000000;0.000000;0.000000;,
  279.   0.000000;0.000000;0.000000;,
  280.   0.000000;0.000000;0.000000;,
  281.   0.000000;0.000000;0.000000;,
  282.   0.000000;0.000000;0.000000;,
  283.   0.000000;0.000000;0.000000;,
  284.   0.000000;0.000000;0.000000;,
  285.   0.000000;0.000000;0.000000;,
  286.   0.000000;0.000000;0.000000;,
  287.   0.000000;0.000000;0.000000;,
  288.   0.000000;0.000000;0.000000;,
  289.   0.000000;0.000000;0.000000;,
  290.   0.000000;0.000000;0.000000;,
  291.   0.000000;0.000000;0.000000;,
  292.   0.000000;0.000000;0.000000;,
  293.   0.000000;0.000000;0.000000;,
  294.   0.000000;0.000000;0.000000;,
  295.   0.000000;0.000000;0.000000;,
  296.   0.000000;0.000000;0.000000;,
  297.   0.000000;0.000000;0.000000;,
  298.   0.000000;0.000000;0.000000;,
  299.   0.000000;0.000000;0.000000;,
  300.   0.000000;0.000000;0.000000;,
  301.   0.000000;0.000000;0.000000;,
  302.   0.000000;0.000000;0.000000;,
  303.   0.000000;0.000000;0.000000;,
  304.   0.000000;0.000000;0.000000;,
  305.   0.000000;0.000000;0.000000;;
  306.  
  307.   22;
  308.   3;0,1,2;,
  309.   3;3,4,5;,
  310.   3;6,7,8;,
  311.   3;9,10,11;,
  312.   3;12,13,14;,
  313.   3;15,16,17;,
  314.   3;18,19,20;,
  315.   3;21,22,23;,
  316.   3;24,25,26;,
  317.   3;27,28,29;,
  318.   3;30,31,32;,
  319.   3;33,34,35;,
  320.   3;36,37,38;,
  321.   3;39,40,41;,
  322.   3;42,43,44;,
  323.   3;45,46,47;,
  324.   3;48,49,50;,
  325.   3;51,52,53;,
  326.   3;54,55,56;,
  327.   3;57,58,59;,
  328.   3;60,61,62;,
  329.   3;63,64,65;;
  330.  }
  331.  MeshTextureCoords {
  332.   66;
  333.   0.520967;0.448684;,
  334.   0.688980;0.448684;,
  335.   0.691370;0.448684;,
  336.   0.560492;0.448684;,
  337.   0.520967;0.448684;,
  338.   0.691370;0.448684;,
  339.   0.500000;1.000000;,
  340.   0.500000;0.697597;,
  341.   0.000000;0.697597;,
  342.   0.000000;1.000000;,
  343.   0.500000;1.000000;,
  344.   0.000000;0.697597;,
  345.   0.500000;0.697597;,
  346.   0.500000;0.427929;,
  347.   0.000000;0.427929;,
  348.   0.000000;0.697597;,
  349.   0.500000;0.697597;,
  350.   0.000000;0.427929;,
  351.   0.500000;0.427929;,
  352.   0.500000;0.213118;,
  353.   0.000000;0.213118;,
  354.   0.000000;0.427929;,
  355.   0.500000;0.427929;,
  356.   0.000000;0.213118;,
  357.   0.500000;0.213118;,
  358.   0.500000;0.000000;,
  359.   0.000000;0.000000;,
  360.   0.000000;0.213118;,
  361.   0.500000;0.213118;,
  362.   0.000000;0.000000;,
  363.   1.000000;1.000000;,
  364.   1.000000;0.697597;,
  365.   0.500000;0.697597;,
  366.   0.500000;1.000000;,
  367.   1.000000;1.000000;,
  368.   0.500000;0.697597;,
  369.   1.000000;0.697597;,
  370.   1.000000;0.427929;,
  371.   0.500000;0.427929;,
  372.   0.500000;0.697597;,
  373.   1.000000;0.697597;,
  374.   0.500000;0.427929;,
  375.   1.000000;0.427929;,
  376.   1.000000;0.213118;,
  377.   0.500000;0.213118;,
  378.   0.500000;0.427929;,
  379.   1.000000;0.427929;,
  380.   0.500000;0.213118;,
  381.   1.000000;0.213118;,
  382.   1.000000;0.000000;,
  383.   0.500000;0.000000;,
  384.   0.500000;0.213118;,
  385.   1.000000;0.213118;,
  386.   0.500000;0.000000;,
  387.   0.520967;0.448684;,
  388.   0.560492;0.448684;,
  389.   0.615452;0.448684;,
  390.   0.688980;0.448684;,
  391.   0.520967;0.448684;,
  392.   0.615452;0.448684;,
  393.   0.691370;0.448684;,
  394.   0.688980;0.448684;,
  395.   0.615452;0.448684;,
  396.   0.560492;0.448684;,
  397.   0.691370;0.448684;,
  398.   0.615452;0.448684;;
  399.  }
  400. }
  401.